home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / grapprog / fbrush11.zip / FBTEST.BAT < prev    next >
DOS Batch File  |  1996-09-04  |  831b  |  25 lines

  1. @echo off
  2. rem (c) 1996 The American Free Electronic Library
  3. cls
  4. echo]
  5. echo Testing for Authentic Files...
  6. echo]
  7. _fb_sys_ -t *.hlp fbrush.* > fbtest.000
  8. cls
  9. type fbtest.000
  10. echo]
  11. echo]
  12. echo  If the Free Brush install program is OK, you should see the following
  13. echo  two lines of text somewhere above near the top of this screen:
  14. echo  =====================================================================
  15. echo  Authentic files Verified!   # QUU186
  16. echo  The American Free Electronic Library
  17. echo]
  18. echo  If these two lines do not also appear above, you may have a damaged
  19. echo  or tampered version of the installation program. We recommend that
  20. echo  you DO NOT continue with installation. Instead, notify your source
  21. echo  of this program and try to obtain a new good copy.
  22. echo]
  23. echo]
  24. del fbtest.000
  25. pause